html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: calc(100% - 30px);
  padding-bottom: 30px;
  position: relative;
  margin: 0;
  background-color: #f5f4f4;
}
.swiper_box {
  width: 100%;
  position: relative;
}
.swiper_box .rexian {
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper_box .rexian img {
  width: 30px;
  margin-right: 8px;
  display: block;
}
.swiper_box .rexian span {
  display: block;
  color: black;
  font-size: 22px;
}
.swiper_box .img_logo {
  display: none;
}
@media (max-width: 760px) {
  .swiper_box {
    padding-bottom: 50px;
  }
  .swiper_box .rexian {
    display: none;
  }
  .swiper_box .img_logo {
    display: block;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2;
  }
  .swiper_box .img_logo img {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
}
.menu {
  width: 100%;
  height: 80px;
  background-color: rgba(70, 88, 111, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.menu .m_image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.menu .m_image img {
  width: 350px;
  display: block;
}
.menu ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.menu ul li {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 5px;
  position: relative;
}
.menu ul li a {
  text-decoration: none;
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
}
.menu ul li ul {
  display: none;
  width: auto;
  position: absolute;
  top: 100%;
  left: 0;
}
.menu ul li ul li {
  width: 100%;
  height: auto;
  margin-right: 0!important;
}
.menu ul li ul li a {
  width: 100%;
  border-radius: 0;
  white-space: nowrap;
}
.menu ul li:nth-child(4) {
  margin-right: 350px;
}
.menu ul li:nth-last-child(1) {
  margin-right: 0;
}
.menu ul .active a {
  background-image: linear-gradient(#ffc171 0%, #ffc171 90%, #ff9915 90%, #ff9915 100%);
  color: black;
}
.menu ul li:hover a {
  background-image: linear-gradient(#ffc171 0%, #ffc171 90%, #ff9915 90%, #ff9915 100%);
  color: black;
}
.menu ul li:hover ul {
  display: block;
}
.menu ul li:hover ul li:hover a {
  background-image: linear-gradient(rgba(70, 88, 111, 0.6) 0%, rgba(70, 88, 111, 0.6) 90%, #ff9915 90%, #ff9915 100%);
  color: white;
}
@media (max-width: 1500px) {
  .menu ul li a {
    padding: 10px 10px;
  }
}
@media (max-width: 1200px) {
  .menu .m_image {
    display: none;
  }
  .menu ul li:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  .menu {
    height: auto;
  }
  .menu ul {
    width: 100%;
    height: auto;
    padding: 0 5px;
    box-sizing: border-box;
    flex-flow: row wrap;
    background-color: #3c6994;
    border-radius: 20px;
  }
  .menu ul li {
    width: 25%;
    height: auto;
    margin-right: 0;
    padding: 10px 0;
    border-bottom: 1px solid white;
    position: relative;
  }
  .menu ul li a {
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 4px 8px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .menu ul li:nth-child(n+5) {
    border-bottom: 0;
  }
  .menu ul li::before {
    content: '/';
    color: white;
    font-size: 18px;
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -13px;
  }
  .menu ul li:nth-child(4n):before {
    display: none;
  }
  .menu ul .active a {
    color: white;
  }
  .menu ul li:hover a {
    color: white;
  }
  .menu ul li:hover ul {
    display: none;
  }
}
.fixed_right {
  width: 70px;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.fixed_right .btn {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 0 3px;
  position: relative;
  background-color: white;
}
.fixed_right .btn .bn {
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixed_right .btn .bn img {
  height: 30px;
  display: block;
  margin-bottom: 4px;
}
.fixed_right .btn .bn span {
  display: block;
  font-size: 13px;
  color: black;
}
.fixed_right .btn .content {
  position: absolute;
  top: 0;
  right: 101%;
  background-color: white;
}
.fixed_right .btn .tel {
  opacity: 0;
  transition: 500ms;
}
.fixed_right .btn .tel p {
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_right .btn .tel p img {
  width: 25px;
  display: block;
}
.fixed_right .btn .tel p span {
  display: block;
  margin-left: 10px;
  font-size: 20px;
}
.fixed_right .btn .image {
  opacity: 0;
  transition: 500ms;
}
.fixed_right .btn .image img {
  width: 160px;
  display: block;
}
.fixed_right .btn .image span {
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  display: block;
}
.fixed_right .btn:nth-last-child(1) .bn {
  border-bottom: 0;
}
.fixed_right .top .bn img {
  height: 20px;
}
.fixed_right .btn:hover .tel {
  opacity: 1;
}
.fixed_right .btn:hover .image {
  opacity: 1;
}
@media (max-width: 760px) {
  .fixed_right {
    display: none;
  }
}
.opacity {
  opacity: 0;
}
.title {
  width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #0ea8e7;
  padding-bottom: 8px;
  position: relative;
}
.title .tiao {
  width: 60px;
  height: 4px;
  background-color: #ff9915;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -30px;
}
.title .t_left span {
  display: inline-block;
  position: relative;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 2px;
  font-size: 36px;
  color: #ff9915;
}
.title .t_left span:after {
  color: #003894;
  content: attr(data-content);
  overflow: hidden;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  font-size: 36px;
}
.title .t_left .four:after {
  width: 50%;
}
.title .t_left .five:after {
  width: 40%;
}
.title .t_right span {
  display: block;
  width: 100%;
  text-align-last: justify;
  color: #484848;
  font-size: 16px;
  margin-bottom: 3px;
  letter-spacing: 2px;
}
.title .t_right p {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title .t_right p span {
  width: auto;
  font-size: 12px;
  text-align-last: center;
  letter-spacing: normal;
  margin-bottom: 2px;
}
.title .t_right p i {
  display: block;
  width: 1px;
  height: 8px;
  background-color: black;
}
.title:before {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #ff9915;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -30px;
}
@media (max-width: 760px) {
  .title {
    width: 280px;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  .title .t_left span {
    font-size: 28px;
  }
  .title .t_left span:after {
    font-size: 28px;
  }
  .title .t_right span {
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .title .t_right p {
    transform: scale(0.8);
  }
  .title .t_right p i {
    margin: 0 2px;
  }
}
.more {
  display: block;
  width: 60px!important;
  height: 60px!important;
  box-sizing: border-box;
  text-decoration: none;
  background: url('../img/more.png') no-repeat;
  background-color: white;
  background-size: 90% 90%;
  background-position: center center;
  padding: 12px;
  line-height: 18px;
  text-align: center;
  color: #6d6d6d;
  font-size: 14px;
}
.our {
  width: 100%;
  overflow: hidden;
  padding: 240px 0 350px 0;
  background: url('../img/004.jpg') no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.our .title {
  margin: 0 auto;
}
.our .our_box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  position: relative;
}
.our .our_box .l_image {
  width: 670px;
}
.our .our_box .l_image img {
  width: 100%;
}
.our .our_box .box {
  width: 680px;
  margin-left: 80px;
  position: relative;
}
.our .our_box .box .text {
  width: 100%;
  text-indent: 2rem;
  color: #484848;
  text-align: justify;
  line-height: 30px;
  margin-top: 50px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.our .our_box .box .num {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.our .our_box .box .num .list {
  width: 20%;
  position: relative;
}
.our .our_box .box .num .list .lbox_1 {
  background-color: #9fbcdf;
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our .our_box .box .num .list .lbox_1 img {
  height: 28px;
  display: block;
  margin-bottom: 4px;
}
.our .our_box .box .num .list .lbox_1 p {
  margin: 0;
  position: relative;
}
.our .our_box .box .num .list .lbox_1 p span {
  color: white;
  text-align: center;
}
.our .our_box .box .num .list .lbox_1 p span:nth-child(1) {
  margin: 0 auto;
  letter-spacing: 1px;
}
.our .our_box .box .num .list .lbox_1 p span:nth-child(2) {
  font-size: 13px;
  position: absolute;
  bottom: -3px;
  right: -12px;
  transform: scale(0.7);
}
.our .our_box .box .num .list .lbox_1::before {
  content: '/';
  font-size: 19px;
  color: white;
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -24px;
  z-index: 2;
}
.our .our_box .box .num .list .lbox_2 {
  background-color: #747677;
  color: white;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.our .our_box .box .num .list:nth-last-child(2) {
  width: 40%;
}
.our .our_box .box .num .list:nth-last-child(2) .lbox_1::before {
  display: none;
}
.our .our_box .box .num .list:nth-last-child(2) .lbox_1 {
  padding-right: 120px;
}
.our .our_box .box .num .list:nth-last-child(2) .lbox_2 {
  padding-right: 120px;
}
.our .our_box .box .num .morebox {
  width: 80px;
  margin-left: -90px;
  box-sizing: border-box;
  padding: 10px 10px 30px 10px;
  background-color: transparent;
  border-bottom: 25px solid transparent;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}
.our .our_box .box .english {
  color: rgba(111, 111, 111, 0.1);
  font-size: 160px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: -10px;
  bottom: -165px;
  transform-origin: 0 100% 0;
  transform: scaleX(0.7);
}
@media (max-width: 1500px) {
  .our .our_box {
    flex-direction: column;
    align-items: center;
    background-color: transparent;
  }
  .our .our_box .l_image {
    width: 670px;
  }
  .our .our_box .box {
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  .our {
    padding: 30px 0 150px 0;
  }
  .our .title {
    padding-bottom: 0;
    border-bottom: 0;
    align-items: flex-end;
  }
  .our .title .t_right p span {
    margin-bottom: 0;
  }
  .our .title:before {
    display: none;
  }
  .our .our_box .l_image {
    width: 95%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .our .our_box .box {
    width: 90%;
  }
  .our .our_box .box .text {
    margin-top: 20px;
    -webkit-line-clamp: 10;
  }
  .our .our_box .box .num {
    width: 90px;
    box-sizing: border-box;
    background-color: #9fbcdf;
    padding: 0 4px;
    margin-top: 20px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    position: relative;
  }
  .our .our_box .box .num .list {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #3c6994;
  }
  .our .our_box .box .num .list .lbox_1 {
    padding: 0;
  }
  .our .our_box .box .num .list .lbox_1 img {
    margin-bottom: 0x;
  }
  .our .our_box .box .num .list .lbox_1 p span:nth-child(1) {
    font-size: 12px;
  }
  .our .our_box .box .num .list .lbox_1 p span:nth-child(2) {
    font-size: 12px;
    bottom: -3px;
    right: -12px;
    transform: scale(0.6);
  }
  .our .our_box .box .num .list .lbox_1::before {
    display: none;
  }
  .our .our_box .box .num .list .lbox_2 {
    height: 20px;
    line-height: 20px;
    background-color: #9fbcdf;
    font-size: 12px;
  }
  .our .our_box .box .num .list:nth-last-child(2) .lbox_1::before {
    display: none;
  }
  .our .our_box .box .num .list:nth-child(3) {
    border-bottom: 0;
  }
  .our .our_box .box .num .list:nth-child(n+4) {
    display: none;
  }
  .our .our_box .box .num .morebox {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 100%;
    padding: 8px 8px 25px 8px;
    border-bottom: 0;
    background-color: #ffc171;
  }
  .our .our_box .box .english {
    font-size: 100px;
    left: 0;
    bottom: inherit;
    top: -60px;
  }
}
.product {
  width: 100%;
  overflow: hidden;
  padding: 200px 0 140px 0;
  background: url('../img/006.jpg') no-repeat;
  background-size: cover;
}
.product .box {
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 400px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  position: relative;
}
.product .box .english {
  color: rgba(111, 111, 111, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 120px;
  line-height: 100px;
  transform-origin: 0 100% 0;
  transform: scaleX(0.7);
}
.product .box .title {
  width: 320px;
  margin-left: -170px;
}
.product .box .yj_image {
  position: absolute;
  top: -26px;
  right: 0;
}
.product .box .yj_image img {
  width: 400px;
  display: block;
}
.product .swiperbox {
  width: 1300px;
  margin: 0 auto;
  margin-top: -300px;
  position: relative;
}
.product .swiperbox .swiper-button-next,
.product .swiperbox .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.product .swiperbox .swiper-button-next,
.product .swiperbox .swiper-button-prev {
  display: block;
  width: 50px;
  height: 120px;
  margin-top: -60px;
}
.product .swiperbox .swiper-button-next {
  right: -90px;
  background: url('../img/right.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product .swiperbox .swiper-button-prev {
  left: -90px;
  background: url('../img/left.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product .box2 {
  display: none;
}
@media (max-width: 1500px) {
  .product .box {
    width: calc(90% - 150px);
    margin: 0 auto;
    padding-bottom: 400px;
  }
  .product .box .english {
    position: absolute;
    top: 65px;
    left: 0;
  }
  .product .box .title {
    margin-left: 50px;
    margin-top: 30px;
  }
  .product .swiperbox {
    width: calc(90% - 150px);
    margin-top: -300px;
  }
}
@media (max-width: 1200px) {
  .product .box .english {
    display: none;
  }
  .product .box .yj_image {
    display: none;
  }
  .product .swiperbox {
    width: calc(90% - 150px);
    margin-top: -300px;
  }
}
@media (max-width: 760px) {
  .product {
    padding: 30px 0;
  }
  .product .box {
    width: 90%;
    padding-bottom: 30px;
    background-color: transparent;
  }
  .product .swiperbox {
    display: none;
  }
  .product .box2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .product .box2 .list {
    width: 100%;
    display: flex;
  }
  .product .box2 .list .image {
    width: calc(100% - 120px);
    max-width: 300px;
    border: 2px solid black;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .product .box2 .list .image img {
    width: 100%;
    display: block;
  }
  .product .box2 .list .image .text {
    width: 100%;
    padding: 0 15px 10px 15px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product .box2 .list .image .text .ge {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .product .box2 .list .image .text .ge i {
    width: 80px;
    height: 1px;
    background-color: #9f5e0b;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product .box2 .list .image .text span {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .product .box2 .list .image .text span:nth-child(1) {
    color: #9f5e0b;
    font-size: 17px;
  }
  .product .box2 .list .image .text span:nth-child(3) {
    color: #4b4b4b;
    font-size: 13px;
  }
  .product .box2 .list .image:before {
    position: absolute;
    transform: rotate(-5deg);
    background-color: #99afd4;
    content: '';
    width: 120%;
    height: 80px;
    bottom: -18px;
    left: -10%;
  }
  .product .box2 .list p {
    margin: 0;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .product .box2 .list p span {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 10px 15px 25px;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    position: relative;
    color: #855e2f;
    border: 1px solid #855e2f;
  }
  .product .box2 .list p span:before {
    content: '';
    width: 9px;
    height: 35px;
    background-color: #ff9915;
    position: absolute;
    bottom: 20px;
    left: 15px;
  }
  .product .box2 .list:nth-child(1) {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .product .box2 .list:nth-child(1) .image {
    order: 1;
  }
  .product .box2 .list:nth-child(1) p {
    order: 2;
  }
  .product .box2 .list:nth-child(2) {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .product .box2 .list:nth-child(2) .image {
    order: 2;
  }
  .product .box2 .list:nth-child(2) p {
    order: 1;
  }
  .product .box2 .list:nth-child(n+3) {
    display: none;
  }
  .product .box2 .morebox {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.rongyu {
  width: 100%;
  background: url('../img/006.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
}
.rongyu .box_left {
  width: 50%;
  padding: 160px 0;
  background: url('../img/009.jpg') no-repeat;
  background-size: cover;
}
.rongyu .box_left .box {
  width: 360px;
  margin: 0 auto;
  position: relative;
}
.rongyu .box_left .box .image {
  margin-bottom: 20px;
  display: block;
}
.rongyu .box_left .box .image img {
  width: 100%;
  display: block;
}
.rongyu .box_left .morebox {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.rongyu .box_left .morebox .more {
  background: url('../img/more2.png') no-repeat;
  background-color: white;
  background-size: 90% 90%;
  background-position: center center;
  background-color: #3780e6;
  color: white;
}
.rongyu .box_right {
  width: 50%;
  padding-top: 100px;
  background: url('../img/102.jpg') no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.rongyu .box_right .box {
  width: 400px;
  position: relative;
  margin-left: 40px;
}
.rongyu .box_right .box .title {
  width: 320px;
  padding: 0 30px 8px 30px;
}
.rongyu .box_right .box .english {
  color: rgba(111, 111, 111, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 160px;
  line-height: 140px;
  transform-origin: 0 100% 0;
  transform: scaleX(0.7);
  position: absolute;
  left: 100%;
  top: -45px;
}
.rongyu .box_right .box .text {
  font-size: 20px;
  line-height: 32px;
  margin-top: 40px;
}
.rongyu .box_right .box .swiperbox {
  display: none;
}
@media (max-width: 1200px) {
  .rongyu .box_left .box {
    width: 300px;
  }
  .rongyu .box_right .box {
    width: 300px;
  }
  .rongyu .box_right .box .title {
    width: 300px;
    padding: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .rongyu .box_left {
    display: none;
  }
  .rongyu .box_right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .rongyu .box_right .box {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
  }
  .rongyu .box_right .box .title {
    width: 280px;
    padding: 0;
    padding-bottom: 8px;
  }
  .rongyu .box_right .box .english {
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    transform: scaleX(1);
    position: static;
    text-align: center;
    margin-bottom: 150px;
  }
  .rongyu .box_right .box .text {
    display: none;
  }
  .rongyu .box_right .box .swiperbox {
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .rongyu .box_right .box .swiperbox .mySwiper3 {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
  .rongyu .box_right .box .swiperbox .swiper-button-next,
  .rongyu .box_right .box .swiperbox .swiper-button-prev:after {
    color: rgba(0, 0, 0, 0) !important;
  }
  .rongyu .box_right .box .swiperbox .swiper-button-next,
  .rongyu .box_right .box .swiperbox .swiper-button-prev {
    display: block;
    width: 35px;
    height: 60px;
    margin-top: -30px;
  }
  .rongyu .box_right .box .swiperbox .swiper-button-next {
    right: -2%;
    background: url('../img/right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .rongyu .box_right .box .swiperbox .swiper-button-prev {
    left: -2%;
    background: url('../img/left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 540px) {
  .rongyu .box_right .box .swiperbox {
    width: 100%;
  }
}
.new {
  width: 100%;
  overflow: hidden;
  padding: 140px 0 300px 0;
  background: url('../img/013_1.jpg') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
}
.new .box_left {
  width: 400px;
  margin-right: 50px;
  margin-left: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.new .box_left .english {
  color: rgba(111, 111, 111, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 160px;
  line-height: 140px;
  transform-origin: 100% 0 0;
  transform: scaleX(0.8);
}
.new .box_left .title {
  width: 300px;
  padding: 0 30px 8px 30px;
}
.new .box_left .box {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.new .box_left .box span {
  display: block;
  box-sizing: border-box;
  width: 110px;
  height: 100px;
  padding: 25px 30px;
  line-height: 25px;
  margin-right: 1px;
  text-align: center;
  background-color: #855e2f;
  color: white;
  font-size: 18px;
  position: relative;
}
.new .box_left .box span:before {
  content: '';
  width: 8px;
  height: 25px;
  background-color: #ff9915;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.new .box_right {
  width: 880px;
  height: 440px;
  display: flex;
  flex-flow: column wrap;
  position: relative;
}
.new .box_right a {
  width: 50%;
  height: 50%;
  text-decoration: none;
  color: black;
  display: flex;
}
.new .box_right a .image {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.new .box_right a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 600ms;
}
.new .box_right a .text {
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding: 20px 15px;
}
.new .box_right a .text strong {
  max-width: 100%;
  display: inline-block;
  border-bottom: 1px solid black;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 600ms;
}
.new .box_right a .text span {
  display: block;
  width: 100%;
}
.new .box_right a .text p {
  margin: 0;
  margin-top: 25px;
  width: 100%;
  text-align: justify;
  line-height: 22px;
  font-size: 12px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.new .box_right a:hover .image img {
  transform: scale(1.2);
}
.new .box_right a:hover .text strong {
  color: #ff9915;
}
.new .box_right a:nth-child(2n) .image {
  order: 2;
}
.new .box_right a:nth-child(2n) .text {
  order: 1;
}
.new .box_right a:nth-child(n+5) {
  display: none;
}
.new .box_right .morebox {
  position: absolute;
  bottom: -80px;
  right: 0;
}
@media (max-width: 1500px) {
  .new .box_left {
    margin-right: 30px;
    margin-left: 40px;
  }
  .new .box_right {
    width: 440px;
    height: 440px;
  }
  .new .box_right a {
    width: 100%;
  }
  .new .box_right a:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 1000px) {
  .new {
    flex-direction: column;
  }
  .new .box_left {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto;
  }
  .new .box_left .english {
    display: none;
  }
  .new .box_left .title {
    margin: 0 auto;
  }
  .new .box_left .box {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
  }
  .new .box_right {
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .new {
    padding: 40px 0 100px 0;
  }
  .new .box_left {
    margin-bottom: 30px;
  }
  .new .box_left .english {
    display: none;
  }
  .new .box_left .title {
    width: 280px;
    padding: 0 0 8px 0;
  }
  .new .box_left .box {
    display: none;
  }
  .new .box_right {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .new .box_right {
    width: 90%;
  }
  .new .box_right a .text {
    padding: 15px 10px;
  }
  .new .box_right a .text strong {
    font-size: 16px;
  }
  .new .box_right a .text span {
    font-size: 13px;
  }
  .new .box_right a .text p {
    margin: 0;
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}
.gongcheng {
  width: 100%;
  overflow: hidden;
  background: url('../img/014.jpg') no-repeat;
  background-size: cover;
  padding: 40px 0 100px 0;
}
.gongcheng .english {
  color: rgba(111, 111, 111, 0.2);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 160px;
  line-height: 140px;
  transform: scaleX(0.7);
  margin: 0 auto;
  margin-bottom: 50px;
}
.gongcheng .title {
  padding: 0 30px 8px 30px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.gongcheng .title::before {
  content: '';
  width: 300px;
  height: 10px;
  background: url('../img/015_1.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -300px;
  margin-top: -5px;
}
.gongcheng .title::after {
  content: '';
  width: 300px;
  height: 10px;
  background: url('../img/015_2.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -300px;
  margin-top: -5px;
}
.gongcheng .swiperbox {
  width: 1000px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.gongcheng .swiperbox .swiper-button-next,
.gongcheng .swiperbox .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.gongcheng .swiperbox .swiper-button-next,
.gongcheng .swiperbox .swiper-button-prev {
  display: block;
  width: 55px;
  height: 100px;
  margin-top: -50px;
}
.gongcheng .swiperbox .swiper-button-next {
  right: -100px;
  background: url('../img/right2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gongcheng .swiperbox .swiper-button-prev {
  left: -100px;
  background: url('../img/left2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .gongcheng .english {
    font-size: 110px;
    line-height: 110px;
  }
  .gongcheng .swiperbox {
    width: calc(90% - 70px);
  }
  .gongcheng .swiperbox .swiper-button-next,
  .gongcheng .swiperbox .swiper-button-prev {
    width: 35px;
    height: 60px;
    margin-top: -30px;
  }
  .gongcheng .swiperbox .swiper-button-next {
    right: -35px;
  }
  .gongcheng .swiperbox .swiper-button-prev {
    left: -35px;
  }
}
@media (max-width: 760px) {
  .gongcheng .english {
    display: none;
  }
  .gongcheng .swiperbox {
    width: 100%;
  }
  .gongcheng .swiperbox .swiper-button-next {
    right: 0;
  }
  .gongcheng .swiperbox .swiper-button-prev {
    left: 0;
  }
  .gongcheng .title {
    padding: 0 0 8px 0;
    margin-bottom: 20px;
  }
  .gongcheng .title::before {
    display: none;
  }
  .gongcheng .title::after {
    display: none;
  }
}
.foot {
  width: 100%;
  overflow: hidden;
  padding: 400px 0 200px 0;
  background: url('../img/017.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.foot .box {
  width: 1000px;
  margin: 0 auto;
}
.foot .box .foot_title {
  width: 360px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0ea8e7;
  position: relative;
}
.foot .box .foot_title span {
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: block;
  font-size: 22px;
}
.foot .box .foot_title:before {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #ff9915;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -30px;
}
.foot .box p {
  margin: 25px 0;
}
.foot .box p span {
  width: 100%;
  margin-bottom: 3px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
.foot .box .erwei {
  width: 600px;
  height: 150px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  position: relative;
}
.foot .box .erwei .image {
  margin-right: 50px;
}
.foot .box .erwei .image span {
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  padding: 10px 0;
}
.foot .box .erwei .image img {
  width: 180px;
}
.foot .box .erwei .image:nth-child(2) {
  margin-right: 0;
}
.foot .box .erwei .r_image {
  position: absolute;
  top: -50px;
  right: 0;
}
.foot .box .erwei .r_image img {
  width: 45px;
  height: 120px;
  display: block;
}
@media (max-width: 1000px) {
  .foot .box {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .foot {
    display: none;
  }
}
.foot_image {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  display: none;
  justify-content: space-around;
  align-items: center;
}
.foot_image .logo {
  width: 39%;
}
.foot_image .logo img {
  width: 100%;
  display: block;
}
.foot_image .r_image {
  width: 59%;
}
.foot_image .r_image img {
  width: 100%;
  display: block;
}
@media (max-width: 760px) {
  .foot_image {
    display: flex;
  }
}
.foot_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #424242;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_copyright .fc {
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    bottom: 60px;
  }
}
@media (max-width: 760px) {
  body {
    min-height: calc(100% - 90px);
    padding-bottom: 90px;
  }
}
.tabber {
  width: 100%;
  height: 60px;
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber a {
  width: 38%;
  height: 100%;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background-color: #446f91;
}
.tabber a img {
  width: 30px;
  display: block;
  margin-right: 5px;
}
.tabber a span {
  display: block;
  font-size: 14px;
  color: white;
  margin-top: 3px;
}
.tabber a:nth-child(1) {
  border-top-right-radius: 20px;
}
.tabber a:nth-child(2) {
  width: calc(24%);
  background-color: #ff9915;
  flex-direction: column;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.tabber a:nth-child(2) img {
  margin-right: 0;
}
.tabber a:nth-child(2) span {
  color: #446f91;
  font-weight: 600;
}
.tabber a:nth-child(3) {
  border-top-left-radius: 20px;
}
@media (max-width: 760px) {
  .tabber {
    display: flex;
  }
}
.common_image {
  width: 100%;
  position: relative;
}
.common_image .image img {
  width: 100%;
  display: block;
}
.common_image .image .b {
  display: none;
}
.common_image .logo {
  width: 100%;
  display: none;
  padding: 10px 0;
}
.common_image .logo img {
  margin: 0 auto;
  display: block;
  width: 240px;
}
@media (max-width: 760px) {
  .common_image .image .b {
    display: block;
  }
  .common_image .image .a {
    display: none;
  }
  .common_image .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .common_image .logo img {
    width: 180px;
  }
}
.common {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 50px;
  height: 5px;
  background-color: #ff9915;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .common {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .common .commonbox .common_title {
    font-size: 20px;
  }
  .common .commonbox .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.com_our .time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.com_our .com_our_content {
  width: 100%;
  margin-top: 10px;
  text-align: justify;
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_column_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_column_box .column {
  width: 160px;
  height: 100%;
}
.com_column_box .column h2 {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  background-color: #e5e8eb;
  margin: 0;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #eb8a13;
  color: white;
}
.com_column_box .column a {
  display: block;
  text-decoration: none;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
  padding: 15px 10px;
  color: #6c6c6c;
  font-size: 18px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.com_column_box .column a:hover {
  background-color: #eb8a13;
  color: white;
}
.com_column_box .com_content_box {
  width: calc(100% - 180px);
}
@media (max-width: 1200px) {
  .com_column_box {
    flex-direction: column;
    justify-content: center;
  }
  .com_column_box .column {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border: 0;
  }
  .com_column_box .column h2 {
    display: none;
  }
  .com_column_box .column a {
    width: auto;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #ffc171;
    margin-right: 15px;
    color: black;
    white-space: nowrap;
  }
  .com_column_box .column a:before {
    display: none;
  }
  .com_column_box .column a:after {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):before {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):after {
    display: none;
  }
  .com_column_box .com_content_box {
    width: 100%;
  }
}
.com_product_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.com_product_box a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
}
.com_product_box a .image {
  overflow: hidden;
}
.com_product_box a .image img {
  display: block;
  width: 100%;
}
.com_product_box a span {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
  text-align: center;
  color: black;
  background-color: #ffc171;
}
.com_product_box a:hover .image img {
  transform: scale(1.2);
  transition: 300ms;
}
.com_product_box a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .com_product_box a {
    width: calc((100% - 20px) / 2);
  }
  .com_product_box a:nth-child(3n) {
    margin-right: 20px;
  }
  .com_product_box a:nth-child(2n) {
    margin-right: 0;
  }
}
.pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .btn-group {
  width: 200px;
  margin: 5px 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagination .btn-group .pagebtn_a,
.pagination .btn-group .pagebtn_s {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .btn-group .pagebtn_s {
  color: #bebebe;
  border: 1px solid #bebebe;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #6199e3;
  color: white;
  cursor: pointer;
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  width: calc(48% - 20px);
  padding: 8px 10px;
  margin-bottom: 20px;
  text-decoration: none;
  border-bottom: 1px solid #626262;
  position: relative;
}
.com_new_box a span {
  display: block;
  width: calc(100% - 20px);
  text-align: left;
  color: #4c4b4a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
}
.com_new_box a p {
  width: 100%;
  margin: 5px 0;
  color: #4c4b4a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.com_new_box a span:nth-child(3) {
  font-size: 14px;
}
.com_new_box a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #4c4b4a;
}
.com_new_box a:hover {
  border-bottom: 1px solid #0083c5;
}
.com_new_box a:hover span:nth-child(1) {
  color: #0083c5;
}
.com_new_box a:hover:after {
  transform: translateX(-15px);
  transition: 400ms;
  background-color: #0083c5;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
    padding: 8px 0;
  }
}
.qxqy {
  width: 100%;
  overflow: hidden;
  height: 650px;
  background: url('../img/101.jpg') no-repeat;
  background-size: cover;
}
.qxqy .title {
  justify-content: center;
  margin: 0 auto;
  padding-top: 30px;
}
.qxqy .title .t_left span {
  font-size: 54px;
  letter-spacing: 10px;
  color: #003894;
  font-weight: 400;
}
.qxqy .title .t_left span:after {
  color: black;
  letter-spacing: 10px;
  font-size: 54px;
  font-weight: 400;
}
.qxqy .title .t_left .three:after {
  width: 33%;
}
.qxqy .title .t_left .b {
  display: none;
}
.qxqy .box {
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.qxqy .box a {
  display: block;
  width: 170px;
  position: relative;
}
.qxqy .box a img {
  width: 100%;
  display: block;
}
.qxqy .box a .text {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  left: 0;
}
.qxqy .box a .text span {
  width: 135px;
  display: block;
  color: white;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5px;
}
.qxqy .box a:nth-child(2n) {
  margin-top: 170px;
}
@media (max-width: 1050px) {
  .qxqy .box {
    width: 750px;
  }
  .qxqy .box a {
    width: 145px;
  }
  .qxqy .box a .text {
    height: 57px;
    top: 45px;
  }
  .qxqy .box a .text span {
    width: 125px;
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .qxqy {
    height: auto;
    padding-bottom: 10px;
  }
  .qxqy .title {
    width: 180px;
    padding-top: 15px;
  }
  .qxqy .title .t_left span {
    font-size: 28px;
    letter-spacing: 2px;
    color: #f0ab07;
    font-weight: 600;
  }
  .qxqy .title .t_left span:after {
    color: #3d62ad;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 600;
  }
  .qxqy .title .t_left .three:after {
    width: 50%;
  }
  .qxqy .title .t_left .a {
    display: none;
  }
  .qxqy .title .t_left .b {
    display: block;
  }
  .qxqy .box {
    width: 90%;
    flex-flow: row wrap;
  }
  .qxqy .box a {
    width: 130px;
    height: 170px;
    overflow: hidden;
  }
  .qxqy .box a .text {
    height: 57px;
    top: 40px;
  }
  .qxqy .box a .text span {
    width: 120px;
    font-size: 12px;
    padding: 0 3px;
    transform: scale(0.8);
  }
  .qxqy .box a:nth-child(2n) {
    margin-top: 0;
  }
  .qxqy .box a:nth-child(3) {
    margin: 0 calc((100% - 130px) / 2);
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
